From 0d03c4fb6652c3dc81b6c0c2b3274e65457add1c Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 6 Mar 2006 11:02:53 +0100 Subject: [PATCH] Fix ia64 build. Signed-off-by: Alex Williamson --- xen/include/xen/console.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/include/xen/console.h b/xen/include/xen/console.h index 2c35e60fc1..56134e0bd6 100644 --- a/xen/include/xen/console.h +++ b/xen/include/xen/console.h @@ -8,6 +8,7 @@ #define __CONSOLE_H__ #include +#include extern spinlock_t console_lock; -- 2.30.2